object frmAeroPage: TfrmAeroPage Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbComposition: TGroupBox Left = 16 Top = 1 Width = 605 Height = 160 Caption = 'gbComposition' TabOrder = 0 object lbComposition: TAxLabel Left = 24 Top = 30 Width = 550 Height = 40 WordWrap = True Transparent = True AutoSize = False Caption = 'lbComposition' ShowAccelChar = True end object cbComposition: TCheckBox Left = 24 Top = 79 Width = 500 Height = 17 Caption = 'cbComposition' TabOrder = 0 OnClick = cbItemClick end object cbFlip3D: TCheckBox Left = 24 Top = 101 Width = 500 Height = 17 Caption = 'cbFlip3D' TabOrder = 1 OnClick = cbItemClick end object cbOpaque: TCheckBox Left = 24 Top = 123 Width = 500 Height = 17 Caption = 'cbOpaque' TabOrder = 2 OnClick = cbItemClick end end object gbAnimation: TGroupBox Left = 16 Top = 178 Width = 605 Height = 143 Caption = 'gbAnimation' TabOrder = 1 object lbAnimation: TAxLabel Left = 24 Top = 30 Width = 550 Height = 40 WordWrap = True Transparent = True AutoSize = False Caption = 'lbAnimation' ShowAccelChar = True end object cbAnimation: TCheckBox Left = 24 Top = 80 Width = 500 Height = 17 Caption = 'cbAnimation' TabOrder = 0 OnClick = cbItemClick end object cbShiftAnimation: TCheckBox Left = 24 Top = 102 Width = 500 Height = 17 Caption = 'cbShiftAnimation' TabOrder = 1 OnClick = cbItemClick end end end